home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
demo
/
gcp_24.exe
/
GCP.GL_
/
GCP.GL
Wrap
Text File
|
1994-03-21
|
3KB
|
52 lines
''''''''''''''''''''''''''''
' Visual Basic global constant file for GCP++. This file can be loaded
' into a code module.
'
''''''''''''''''''''''''''''
'
' GENISYS Comm, Inc.
' 4 Apr 93 for rel 2.1
'
'
' ErrorCode included in GCP++ Custom Control Events
Global Const GCP_OK = 0 ' OK return
Global Const GCP_UNKNOWN = 600 ' An error of unknown origin has occurred */
Global Const GCP_PARAM1 = 601 ' parameter 1 is invalid */
Global Const GCP_PARAM2 = 602 ' parameter 2 is invalid */
Global Const GCP_PARAM3 = 603 ' parameter 3 is invalid */
Global Const GCP_PARAM4 = 604 ' parameter 4 is invalid */
Global Const GCP_PARAM5 = 605 ' parameter 5 is invalid */
Global Const GCP_PARAM6 = 606 ' parameter 6 is invalid */
Global Const GCP_PARAM7 = 607 ' parameter 7 is invalid */
Global Const GCP_NOGCPMEM = 608 ' GCP Server cannot be started due to insufficient memory */
Global Const GCP_RDOS = 609 ' There was a DOS error on the remote workstation */
Global Const GCP_DOS = 610 ' There was a DOS error on the local workstation */
Global Const GCP_RNOENT = 611 ' remote file not found */
Global Const GCP_NOENT = 612 ' local file not found */
Global Const GCP_NOMEM = 613 ' Insufficient resources - object not created */
Global Const GCP_NETWORK = 614 ' Unspecified network error */
Global Const GCP_ALREADYOPEN = 615 ' Server was previously opened on specified socket */
Global Const GCP_BADSESSION = 616 ' Server handle invalid or could not create server */
Global Const GCP_BADSESSIONTYPE = 617 ' Session type not supported */
Global Const GCP_EBADCALLBACK = 618 ' Callback window specified does not exist */
Global Const GCP_EOF = 619 ' end of file reached */
Global Const GCP_BADMSG = 620 ' Msg Request Not Supported by Function/Server */
Global Const GCP_RCLOSE = 621 ' Remote party has closed connection or hung up phone */
Global Const GCP_ENOGCP = 622 ' GCP++ server is not running and cannot be found */
Global Const GCP_EBADNAME = 623 ' host name given is unknown */
Global Const GCP_BADVERSION = 624, ' GCP Server and GCP.DLL versions do not match */
Global Const GCP_NOLICENSE = 625, ' DLL interface is not licensed for distribution */
Global Const GCP_BUSY = 626, ' GCP Server cannot get processor to clear messages */
Global Const GCP_CONNREFUSED = 627, ' host reached, but connection refused */
Global Const NETASCII = 0 ' 8-bit ascii file for TFTP transfers
Global Const OCTET = 1 ' binary file for TFTP transfers
Global Const GO_AHEAD_CMD = 249 ' TELNET Command for go ahead
Global Const WILL_CMD = 251 ' TELNET Command for option negotiation
Global Const WONT_CMD = 252 ' TELNET Command for option negotiation
Global Const DO_CMD = 253 ' TELNET Command for option negotiation
Global Const DONT_CMD = 254 ' TELNET Command for option negotiation
Global Const SB_CMD = 250 ' TELNET Command for suboption negotiation